#delivery-poptart{display:none;text-align:center;box-sizing:border-box;color:#000}#delivery-poptart *{color:#000}#delivery-poptart.show-delivery{display:block;position:fixed;bottom:-200px;right:1rem;width:300px;max-width:90vw;height:auto;z-index:100;animation:popup-slide-up 1s ease-in-out forwards;transition:all 1s ease-in-out;overflow:visible}#delivery-poptart.close-delivery{display:none}#delivery-poptart img{pointer-events:none}#delivery-poptart img.beer-glass{width:40%;height:auto;z-index:-1;position:absolute;bottom:-100%;pointer-events:none}#delivery-poptart img.beer-glass.beer-glass-right{animation:glass-right-in 2s .5s cubic-bezier(0.17, 0.67, 0.41, 0.96) forwards}#delivery-poptart img.beer-glass.beer-glass-left{animation:glass-left-in 2s .5s cubic-bezier(0.17, 0.67, 0.41, 0.96) forwards}#delivery-poptart img.delivery{width:50%;height:auto;z-index:-1;position:absolute;bottom:-100%;transition:all 1s ease-in-out}#delivery-poptart img.delivery.delivery-bag{transform-origin:center left;animation:delivery-in 1.5s ease-in forwards;right:25%}#delivery-poptart img.delivery.delivery-box{width:33%;animation:delivery-boxes-in 1.5s .5s ease-in forwards;right:0}#delivery-poptart img.delivery.delivery-box.deliverybox2{left:0}#delivery-poptart img.giftcard{width:65%;height:auto;z-index:-1;position:absolute;bottom:-100%;transition:all 1s ease-in-out;transform-origin:center left;border-radius:10px}#delivery-poptart img.giftcard.giftcard-bonus{left:30%;animation:rotate-bonus 2s .5s ease-out forwards}#delivery-poptart img.giftcard.giftcard-leye{animation:rotate-leye 2s 1s ease-out forwards;left:0%}#delivery-poptart img.new-app{z-index:-1;position:absolute;bottom:-100%;transition:all 1s linear;width:150px;left:50%;transform:translateX(-50%);animation:smart-phone-in 1.5s ease-in forwards}#delivery-poptart div.order-options{background-color:#fff;border-radius:10px 10px 0 0;border:#000 1px solid;border-bottom:rgba(0,0,0,0);margin:0;padding:15px;box-shadow:#000 -3px -3px 30px;display:block;color:#000}#delivery-poptart div.order-options button{font-size:20px;line-height:50%;min-height:40px;width:100%;text-align:right;padding:0;margin:0;z-index:3}#delivery-poptart div.order-options h2{font-size:1.3rem;margin-top:1.5rem}#delivery-poptart div.order-options h2:first-of-type{margin-top:0}#delivery-poptart div.order-options p{margin:.25rem auto;font-size:1rem}#delivery-poptart div.order-options .button-group{display:flex;flex-wrap:wrap}#delivery-poptart div.order-options .button-group a.button{margin:.25rem;padding:.25rem 1rem;flex-grow:10;font-size:1.25rem}@keyframes popup-slide-up{0%{bottom:-200px}100%{bottom:0}}@keyframes glass-left-in{0%{transform:rotate(-5deg);left:0%;bottom:-100%;z-index:-1}33%{transform:rotate(-10deg);left:0%;bottom:calc(100% - 20px);z-index:-1}66%{transform:rotate(15deg);left:10%;bottom:calc(100% + 15px);z-index:-1}100%{transform:rotate(5deg);left:12%;bottom:calc(100% - 35px);z-index:1}}@keyframes glass-right-in{0%{transform:rotate(5deg);right:0%;bottom:-100%;z-index:-1}33%{transform:rotate(10deg);right:0%;bottom:calc(100% - 20px);z-index:-1}66%{transform:rotate(-15deg);right:10%;bottom:calc(100% + 15px);z-index:-1}100%{transform:rotate(-5deg);right:12%;bottom:calc(100% - 35px);z-index:1}}@keyframes delivery-in{0%{transform:rotate(0deg);bottom:-100%;z-index:-1}50%{transform:rotate(-20deg);bottom:calc(100% - 20px);z-index:-1}100%{transform:rotate(-5deg);bottom:calc(100% - 35px);z-index:1}}@keyframes delivery-boxes-in{0%{transform:rotate(0deg);bottom:-100%;z-index:-1}50%{transform:rotate(-30deg);bottom:calc(100% - 20px);z-index:-1}100%{transform:rotate(-10deg);bottom:calc(100% - 35px);z-index:1}}@keyframes rotate-bonus{0%{transform:rotate(0deg);bottom:-100%;z-index:-1}50%{transform:rotate(-30deg);bottom:calc(100% - 20px);z-index:-1}100%{transform:rotate(-10deg);bottom:calc(100% - 50px);z-index:1}}@keyframes rotate-leye{0%{transform:rotate(0deg);bottom:-100%;left:0;z-index:-1}50%{transform:rotate(-40deg);bottom:calc(100% - 20px);z-index:-1}100%{transform:rotate(-30deg);bottom:calc(100% - 50px);left:20px;z-index:1}}@keyframes smart-phone-in{0%{bottom:-100%;z-index:-1}50%{bottom:calc(100% + 30px);z-index:-1}100%{bottom:calc(100% - 35px);z-index:1}}/*# sourceMappingURL=popup-12-08-23.min.css.map */